home *** CD-ROM | disk | FTP | other *** search
- ReadMe.VLIR
- SEQ formatted GEOS file V1.0
- Epson FX-80
- UTILITY
- LASTER'S
- ONVERTER
- EDITFUN
- TABLES
- COPE Source V1.1
- geoCOPE V1.2
- COPE Editor V1.2
- Untitled
- ReadMe.VLIR
- D0DTDuD
- Information for ReadMe.VLIR
- The sample VLIR program included is
- taken directly from the geoCOPE editor.
- The routines have been taken out, but the
- menu structure and method of loading in
- pages from the disk is left intact.
- This sample program will give you an
- idea on how to code your own programs
- using the VLIR paging concepts unique to
- GEOS.
- Here is a general description of these files:
- Script.vlir I like to use a script file to
- show how the entire program is setup.
- This file includes all the pseudops that effect
- the file header, all the include files, and how
- the pages are setup in relationship to each
- other.
- System: The system file includes all of the
- constants, equates, routines, and macros used
- in this file.
- MC51: MC stands for MainCode. This is where the
- initialization routines are placed.
- UTILITY: general utility routines.
- TABLES: data tables used for this file
- LOAD & EDITFUN: these are dummy routines
- that show a DialogBox when activated.
- SAVE, FIND, PRINT, PAGEMOVE, and AUTOSAVE:
- These are the routines that are paged in as
- they are needed. The code in these
- routines print a DialogBox also.
- =================================================
- Bill Sharp
-